projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1026b8c
)
(Buttons): Fix typo.
author
Nick Roberts
<nickrob@snap.net.nz>
Sun, 9 Jul 2006 22:34:41 +0000
(22:34 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Sun, 9 Jul 2006 22:34:41 +0000
(22:34 +0000)
lispref/display.texi
patch
|
blob
|
history
diff --git
a/lispref/display.texi
b/lispref/display.texi
index a0c5a4756b784c1a51df9f445ef43b39ceb82664..567b9931b48ffdb4227268f1b6e099094c164d48 100644
(file)
--- a/
lispref/display.texi
+++ b/
lispref/display.texi
@@
-4266,7
+4266,7
@@
etc. Emacs uses buttons for the hyper-links in help text and the like.
properties or overlays) to a region of text in an Emacs buffer. These
properties are called @dfn{button properties}.
- One of the
the
se properties (@code{action}) is a function, which will
+ One of these properties (@code{action}) is a function, which will
be called when the user invokes it using the keyboard or the mouse.
The invoked function may then examine the button and use its other
properties as desired.